home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / flex-2.5 / flex-2 / flex-2.5.3 / MISC / Borland / NOTES / text0000.txt < prev   
Encoding:
Text File  |  1995-03-28  |  1.3 KB  |  49 lines

  1. Vern,
  2.  
  3. I've made flex 2.5.0.6 successfully with no changes to the source
  4. code at all.  I'm including the Borland 4.02 makefile and config.h
  5. at the end of this message.
  6.  
  7. When you're ready for release, I'll be happy to take care of getting
  8. the appropriate archive files up to Simtel if you wish.
  9.  
  10. I have not used this version for any of my "work-related" scanners
  11. yet, but have run the fastwc benchmark.  The compiles were for large
  12. memory model and optimization for fastest possible code.  The test
  13. machine was a Pentium-90 (hey! timing output was integer!) with
  14. enhanced IDE on a PCI bus and no file system caching.  I ran the
  15. test on two different input files.
  16.  
  17. (Times are in seconds.)
  18.  
  19. The first input was a typical postscript file concatenated 10 times;
  20. by typical, I mean that there were relatively few spaces, lots of lines
  21. with no space, using lots of parentheses.
  22.  
  23.     lines  words  characters
  24.     91200  356260 5889240
  25.  
  26.     mywc      8.89
  27.     wc1s     15.22        default
  28.     wc1     10.82        -Cf
  29.     wc2     10.16        -Cf
  30.     wc3      9.17        -Cf
  31.     wc4      9.22        -Cf
  32.     wc5     10.98        -Cf
  33.  
  34. The second test run was on a file that consisted of 20 concatenations
  35. of 'misc/flex.man'.
  36.  
  37.     lines  words  characters
  38.     69960   305140  2399960
  39.  
  40.     mywc     4.01
  41.     wc1s     6.87
  42.     wc1     5.32
  43.     wc2     4.95
  44.     wc3     4.12
  45.     wc4     4.12
  46.     wc5     5.05
  47.  
  48. [[Makefile and config.h moved to separate files -VP]]
  49.